home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / SHARED.DIR / 03074_Script_CURSOR HANDLERS < prev    next >
Text File  |  1996-04-01  |  326b  |  14 lines

  1. -- -----------------------------------------------------------
  2. -- Handler waitCursor changes the cursor to a watch.
  3.  
  4. on waitCursor
  5.   cursor 4
  6. end
  7.  
  8. -- -----------------------------------------------------------
  9. -- Handler normalCursor changes the cursor to a the default
  10. -- arrow.
  11.  
  12. on normalCursor
  13.   cursor -1
  14. end